From f97f854f11b64411e46391012a16be3c3a8d05f7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 24 Jul 2016 05:01:18 +0800 Subject: [PATCH] Fix python detection --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b5de06fbb..4e86a7700 100755 --- a/configure +++ b/configure @@ -343,7 +343,7 @@ validate_opt step_msg "looking for build programs" probe_need CFG_CURLORWGET curl wget -probe_need CFG_PYTHON python +probe_need CFG_PYTHON python2.7 python2 python probe_need CFG_CC cc gcc clang if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then -- 2.30.2